]>
Commit | Line | Data |
---|---|---|
63a61ee2 BB |
1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
3 | <PropertyGroup> | |
4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | |
5 | <Platform Condition=" '$(Platform)' == '' ">x86</Platform> | |
6 | <ProductVersion>8.0.30703</ProductVersion> | |
7 | <SchemaVersion>2.0</SchemaVersion> | |
8 | <ProjectGuid>{2585188B-339D-44CD-9599-1A80AA30DE13}</ProjectGuid> | |
9 | <OutputType>WinExe</OutputType> | |
10 | <AppDesignerFolder>Properties</AppDesignerFolder> | |
11 | <RootNamespace>SuperPolarity</RootNamespace> | |
12 | <AssemblyName>Super Polarity</AssemblyName> | |
13 | <FileAlignment>512</FileAlignment> | |
14 | </PropertyGroup> | |
15 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> | |
16 | <PlatformTarget>x86</PlatformTarget> | |
17 | <DebugSymbols>true</DebugSymbols> | |
18 | <DebugType>full</DebugType> | |
19 | <Optimize>false</Optimize> | |
20 | <OutputPath>bin\WindowsGL\Debug\</OutputPath> | |
21 | <DefineConstants>DEBUG;TRACE;WINDOWS</DefineConstants> | |
22 | <ErrorReport>prompt</ErrorReport> | |
23 | <WarningLevel>4</WarningLevel> | |
24 | </PropertyGroup> | |
25 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> | |
26 | <PlatformTarget>x86</PlatformTarget> | |
27 | <DebugType>pdbonly</DebugType> | |
28 | <Optimize>true</Optimize> | |
29 | <OutputPath>bin\WindowsGL\Release\</OutputPath> | |
30 | <DefineConstants>TRACE;WINDOWS</DefineConstants> | |
31 | <ErrorReport>prompt</ErrorReport> | |
32 | <WarningLevel>4</WarningLevel> | |
33 | </PropertyGroup> | |
34 | <PropertyGroup> | |
35 | <ApplicationIcon>Icon.ico</ApplicationIcon> | |
36 | </PropertyGroup> | |
37 | <ItemGroup> | |
95d7601b | 38 | <Compile Include="InputController.cs" /> |
63a61ee2 | 39 | <Compile Include="MainShip.cs" /> |
95d7601b BB |
40 | <Compile Include="Particle.cs" /> |
41 | <Compile Include="ParticleEngine.cs" /> | |
63a61ee2 BB |
42 | <Compile Include="SuperPolarity.cs" /> |
43 | <Compile Include="Program.cs" /> | |
44 | <Compile Include="Properties\AssemblyInfo.cs" /> | |
45 | </ItemGroup> | |
46 | <ItemGroup> | |
47 | <Reference Include="OpenTK"> | |
48 | <HintPath>..\..\..\..\..\..\..\Program Files (x86)\MSBuild\..\MonoGame\v3.0\Assemblies\WindowsGL\OpenTK.dll</HintPath> | |
49 | </Reference> | |
50 | <Reference Include="MonoGame.Framework"> | |
51 | <HintPath>..\..\..\..\..\..\..\Program Files (x86)\MSBuild\..\MonoGame\v3.0\Assemblies\WindowsGL\MonoGame.Framework.dll</HintPath> | |
52 | </Reference> | |
53 | <Reference Include="Lidgren.Network"> | |
54 | <HintPath>..\..\..\..\..\..\..\Program Files (x86)\MSBuild\..\MonoGame\v3.0\Assemblies\WindowsGL\Lidgren.Network.dll</HintPath> | |
55 | </Reference> | |
56 | <Reference Include="Tao.Sdl"> | |
57 | <HintPath>..\..\..\..\..\..\..\Program Files (x86)\MSBuild\..\MonoGame\v3.0\Assemblies\WindowsGL\Tao.Sdl.dll</HintPath> | |
58 | </Reference> | |
59 | <Reference Include="System" /> | |
60 | <Reference Include="System.Xml" /> | |
61 | </ItemGroup> | |
62 | <ItemGroup> | |
63 | <Content Include="..\..\..\..\..\..\..\Program Files (x86)\MonoGame\v3.0\Assemblies\WindowsGL\SDL.dll"> | |
64 | <Link>SDL.dll</Link> | |
65 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> | |
66 | </Content> | |
67 | <Content Include="Icon.ico" /> | |
68 | </ItemGroup> | |
63a61ee2 | 69 | <ItemGroup> |
95d7601b BB |
70 | <Folder Include="Content\Sound\" /> |
71 | </ItemGroup> | |
72 | <ItemGroup> | |
73 | <None Include="Content\Graphics\circle.xnb"> | |
63a61ee2 | 74 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
95d7601b BB |
75 | </None> |
76 | <None Include="Content\Graphics\diamond.xnb"> | |
77 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> | |
78 | </None> | |
79 | <None Include="Content\Graphics\main-ship.xnb"> | |
80 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> | |
81 | </None> | |
82 | <None Include="Content\Graphics\negative-cruiser.xnb"> | |
83 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> | |
84 | </None> | |
85 | <None Include="Content\Graphics\negative-destroyer.xnb"> | |
86 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> | |
87 | </None> | |
88 | <None Include="Content\Graphics\negative-scout.xnb"> | |
89 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> | |
90 | </None> | |
91 | <None Include="Content\Graphics\negative-supercruiser.xnb"> | |
92 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> | |
93 | </None> | |
94 | <None Include="Content\Graphics\neutral-cruiser.xnb"> | |
95 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> | |
96 | </None> | |
97 | <None Include="Content\Graphics\neutral-destroyer.xnb"> | |
98 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> | |
99 | </None> | |
100 | <None Include="Content\Graphics\neutral-scout.xnb"> | |
101 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> | |
102 | </None> | |
103 | <None Include="Content\Graphics\neutral-ship.xnb"> | |
104 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> | |
105 | </None> | |
106 | <None Include="Content\Graphics\neutral-supercruiser.xnb"> | |
107 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> | |
108 | </None> | |
109 | <None Include="Content\Graphics\positive-cruiser.xnb"> | |
110 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> | |
111 | </None> | |
112 | <None Include="Content\Graphics\positive-destroyer.xnb"> | |
113 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> | |
114 | </None> | |
115 | <None Include="Content\Graphics\positive-scout.xnb"> | |
116 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> | |
117 | </None> | |
118 | <None Include="Content\Graphics\positive-ship.xnb"> | |
119 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> | |
120 | </None> | |
121 | <None Include="Content\Graphics\positive-supercruiser.xnb"> | |
122 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> | |
123 | </None> | |
124 | <None Include="Content\Graphics\star.xnb"> | |
125 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> | |
126 | </None> | |
63a61ee2 BB |
127 | </ItemGroup> |
128 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | |
129 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | |
130 | Other similar extension points exist, see Microsoft.Common.targets. | |
131 | <Target Name="BeforeBuild"> | |
132 | </Target> | |
133 | <Target Name="AfterBuild"> | |
134 | </Target> | |
135 | --> | |
136 | </Project> |